* lisp/subr.el (event-modifiers): Fix "missing modifier" part of docstring.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 30 Aug 2011 14:50:02 +0000 (10:50 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 30 Aug 2011 14:50:02 +0000 (10:50 -0400)
lisp/ChangeLog
lisp/subr.el

index 9b201252eedcf79c47afbd32b83a62fc05498724..946b51b70c9b4fb9f52c21d212e252ec12a83c69 100644 (file)
@@ -1,6 +1,11 @@
+2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (event-modifiers): Fix "missing modifier" part of docstring
+       (bug#9356).
+
 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
 
-       * vc/pcvs-defs.el (cvs-find-file-and-jump): Typo in docstring (bug#9369).
+       * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
 
 2011-08-29  Juri Linkov  <juri@jurta.org>
 
index 9aa895b0e9436eba7ed1340d8858b947b5365aa2..b49a20e7f6e0705eebe747533bc526cc465f410b 100644 (file)
@@ -888,8 +888,8 @@ The elements of the list may include `meta', `control',
 and `down'.
 EVENT may be an event or an event type.  If EVENT is a symbol
 that has never been used in an event that has been read as input
-in the current Emacs session, then this function can return nil,
-even when EVENT actually has modifiers."
+in the current Emacs session, then this function may fail to include
+the `click' modifier."
   (let ((type event))
     (if (listp type)
        (setq type (car type)))